home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global currentCycleNo, dayNo, endDate, beginDate
- cursor(4)
- if the doubleClick then
- exit
- end if
- put 1 into field "begin current daily"
- put endDate - beginDate + 1 into field "end current daily"
- if currentCycleNo > 1 then
- put currentCycleNo - 1 into field "cycle number"
- else
- put 1 into field "cycle number"
- end if
- put 1 into field "begin number"
- put 1 into field "end number"
- set the hilite of member "monthly" to 0
- set the hilite of member "daily" to 1
- set the hilite of member "biodata" to 0
- set the hilite of member "current daily" to 1
- set the hilite of member "previous daily" to 0
- go("print options daily")
- cursor(0)
- end
-